projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2979bd
)
(describe-current-coding-system-briefly): Fix format string.
author
Kenichi Handa
<handa@m17n.org>
Thu, 17 Jun 1999 12:12:07 +0000
(12:12 +0000)
committer
Kenichi Handa
<handa@m17n.org>
Thu, 17 Jun 1999 12:12:07 +0000
(12:12 +0000)
lisp/international/mule-diag.el
patch
|
blob
|
history
diff --git
a/lisp/international/mule-diag.el
b/lisp/international/mule-diag.el
index 24022b7651e98eaeff78099bd5adc209aae90b9b..62dff39a667be9c6da9a578ae04ffe41bc9cfa26 100644
(file)
--- a/
lisp/international/mule-diag.el
+++ b/
lisp/international/mule-diag.el
@@
-263,7
+263,7
@@
at the place of `..':
(let* ((proc (get-buffer-process (current-buffer)))
(process-coding-systems (if proc (process-coding-system proc))))
(message
- "F[%c%
c],K[%c%c],T[%c%c],P>[%c%c],P<[%c%c], default F[%c%c],P>[%c%c],P<[%c%c
]"
+ "F[%c%
s],K[%c%s],T[%c%s],P>[%c%s],P<[%c%s], default F[%c%s],P>[%c%s],P<[%c%s
]"
(coding-system-mnemonic buffer-file-coding-system)
(coding-system-eol-type-mnemonic buffer-file-coding-system)
(coding-system-mnemonic (keyboard-coding-system))